2020-2021 Sunseeker Telemetry and Lighting System
framctl_ex1_write.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Macros

#define FRAM_TEST_START   0xCABA
 

Functions

void main (void)
 

Macro Definition Documentation

◆ FRAM_TEST_START

#define FRAM_TEST_START   0xCABA

Long word writes to FRAM

Description: Use long word write to write to 512 byte blocks of FRAM. Toggle LEDs after every 100 writes. NOTE: Running this example for extended periods will impact the FRAM endurance. ACLK = VLO, MCLK = SMCLK = 4MHz

Tested On: MSP430FR5739

/ |
RST

| | | | | P1.0|—> LED | P3.5|-->LED

Definition at line 54 of file framctl_ex1_write.c.

Function Documentation

◆ main()

void main ( void  )

Definition at line 56 of file framctl_ex1_write.c.

References FRAM_TEST_START.